home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE3 / POWERBASE / SCRIPTS / Scripts / Elements / Script1 < prev    next >
Text File  |  2001-06-18  |  387b  |  21 lines

  1. !SCRIPT QUIET
  2.  
  3. !COMMENT Load print selection (NOTE contains concatenated fields)
  4. !SELECTION Fields
  5.  
  6. !COMMENT Load print options file from PrintRes
  7. !PRINTOPTS Options
  8.  
  9. !COMMENT Print all transition metals whose names don't end in "ium"
  10. !QUERY GP=T & NAME<>$IUM
  11.  
  12. !COMMENT Clear selection
  13. !SELECTION
  14.  
  15. !COMMENT Restore default options
  16. !PRINTOPTS
  17.  
  18. !COMMENT End script (optional)
  19. !SCRIPT END
  20.  
  21.